From 5b459bb5c8850e6a0a6c112b8624fae2a1b86d07 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 25 Jul 2005 21:02:24 +0000 Subject: [PATCH] Fix the path to qemu-dm --- tools/ioemu/target-i386-dm/qemu-dm.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ioemu/target-i386-dm/qemu-dm.debug b/tools/ioemu/target-i386-dm/qemu-dm.debug index f53a1b9159..3bad6d900d 100644 --- a/tools/ioemu/target-i386-dm/qemu-dm.debug +++ b/tools/ioemu/target-i386-dm/qemu-dm.debug @@ -2,4 +2,4 @@ echo $* > /tmp/args echo $DISPLAY >> /tmp/args -exec /usr/bin/qemu-dm $* +exec /usr/lib/xen/bin/qemu-dm $* -- 2.30.2